home *** CD-ROM | disk | FTP | other *** search
/ Champak 110 / jogo-disk-110.iso / Games / tobby_sucuri.swf / scripts / DefineButton2_225 / BUTTONCONDACTION on(press).as next >
Text File  |  2008-11-12  |  181b  |  10 lines

  1. on(press){
  2.    _root.SE_down.start(0,0);
  3.    if(_root.instDispFlg)
  4.    {
  5.       _root.instMC.removeMovieClip();
  6.       _root.instDispFlg = false;
  7.       return undefined;
  8.    }
  9. }
  10.